From 9b57c0a081c84f5ea8a59da09b6cf4ae084c1acf Mon Sep 17 00:00:00 2001 From: Anton Gladky Date: Mon, 9 Nov 2020 21:41:50 +0100 Subject: [PATCH] Set debhelper-compat version in Build-Depends. Changes-By: lintian-brush Fixes: lintian: uses-debhelper-compat-file See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html --- debian/compat | 1 - debian/control | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 debian/compat diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 48082f72f..000000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/debian/control b/debian/control index e37842ae4..6f9398d6f 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,7 @@ Uploaders: Anton Gladky , Nico Schlömer Section: graphics Priority: optional -Build-Depends-Arch: debhelper (>= 12), - cmake (>= 3.2.0), +Build-Depends-Arch: cmake (>= 3.2.0), javahelper, Build-Depends: chrpath, default-jdk, @@ -68,7 +67,8 @@ Build-Depends: chrpath, xauth, xvfb, zlib1g-dev, - qtbase5-dev + qtbase5-dev, + debhelper-compat (= 12) Build-Depends-Indep: doxygen-latex, texlive-binaries, graphviz, -- 2.30.2